The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
Subobject errors
From Unreal Wiki, The Unreal Engine Documentation Site
This article is a stub. You can help Unreal Wiki by expanding it. |
Errors[edit]
- Error, BEGIN OBJECT: Missing class in subobject/component definition: Begin Object Class=class name Name=object name
- The class that this object is defined as {Begin Object Class=} does not exist.
- Error, BEGIN OBJECT: name object name redefined: Begin Object Class=class name Name=object name
- Fairly self explanatory, this exact object is defined elsewhere in script.
Please help improve this article or section by expanding it. |